FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package nexuzhealth.fhir.r4#1.0.0 (47 ms)

Package nexuzhealth.fhir.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.0&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhGoal
Url https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhGoal
Status active
Date 2024-01-24T14:11:48.0758366+00:00
Name NxhGoal
Experimental False
Description Nexuzhealth profile for a goal.
Type Goal
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode NxhExtHospitalCode
https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-performer NxhExtPerformer
https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-responsible NxhExtResponsible
https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-attribute-definition-code NxhVSGoalAttributeDefinitionCode
https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-category-code NxhVSGoalCategoryCode
https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-definition-code NxhVSGoalDefinitionCode
https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-end-status NxhVSGoalEndStatus


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "nxh-goal",
  "url" : "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhGoal",
  "name" : "NxhGoal",
  "status" : "active",
  "date" : "2024-01-24T14:11:48.0758366+00:00",
  "description" : "Nexuzhealth profile for a goal.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Goal",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Goal",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Goal.extension",
        "path" : "Goal.extension",
        "min" : 1
      },
      {
        "id" : "Goal.extension:nxhExtHospitalCode",
        "path" : "Goal.extension",
        "sliceName" : "nxhExtHospitalCode",
        "definition" : "A reference to a hospital (an organization) the resource is related to.",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode"
            ]
          }
        ],
        "isModifier" : false
      },
      {
        "id" : "Goal.extension:nxhExtResponsible",
        "path" : "Goal.extension",
        "sliceName" : "nxhExtResponsible",
        "definition" : "The group (discipline) responsible for the goal.",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-responsible"
            ]
          }
        ],
        "isModifier" : false
      },
      {
        "id" : "Goal.extension:nxhExtPerformer",
        "path" : "Goal.extension",
        "sliceName" : "nxhExtPerformer",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-performer"
            ]
          }
        ],
        "isModifier" : false
      },
      {
        "id" : "Goal.identifier",
        "path" : "Goal.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Goal.identifier:doelstellingNr",
        "path" : "Goal.identifier",
        "sliceName" : "doelstellingNr",
        "short" : "doelstellingNr",
        "definition" : "The doelstellingNr identifier of the goal.\r\n\r\nDoelstellingNr is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Goal.identifier:doelstellingNr.system",
        "path" : "Goal.identifier.system",
        "fixedUri" : "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/doelstellingRegistratie/doelstellingNr"
      },
      {
        "id" : "Goal.achievementStatus",
        "path" : "Goal.achievementStatus",
        "short" : "Describes the progression, or lack thereof, towards the goal against the target",
        "min" : 1,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-end-status"
        }
      },
      {
        "id" : "Goal.category",
        "path" : "Goal.category",
        "min" : 1,
        "max" : "1",
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-category-code"
        }
      },
      {
        "id" : "Goal.description",
        "path" : "Goal.description",
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-definition-code"
        }
      },
      {
        "id" : "Goal.subject",
        "path" : "Goal.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id" : "Goal.start[x]",
        "path" : "Goal.start[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "date"
          }
        ]
      },
      {
        "id" : "Goal.target.measure",
        "path" : "Goal.target.measure",
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-goal-attribute-definition-code"
        }
      },
      {
        "id" : "Goal.statusDate",
        "path" : "Goal.statusDate",
        "min" : 1
      },
      {
        "id" : "Goal.note.author[x]",
        "path" : "Goal.note.author[x]",
        "short" : "Group responsible for making the annotation",
        "definition" : "The group (discipline) responsible for making the annotation.",
        "min" : 1,
        "type" : [
          {
            "code" : "string"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.